projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fdff6b
)
(HACK_EDITRES): Don't define if NO_EDITRES is defined.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 1995 07:13:56 +0000
(07:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 1995 07:13:56 +0000
(07:13 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 3c85799e800d2465c2ef060a968b1d5baf0b6ed8..e55dc0bec443e98e083c135eb32ba916f74a3301 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-70,8
+70,9
@@
extern void abort ();
#include "../lwlib/lwlib.h"
-/* Do the EDITRES protocol if running X11R5 */
-#if (XtSpecificationRelease >= 5)
+/* Do the EDITRES protocol if running X11R5
+ Exception: HP-UX (at least version A.09.05) has X11R5 without EditRes */
+#if (XtSpecificationRelease >= 5) && !defined(NO_EDITRES)
#define HACK_EDITRES
extern void _XEditResCheckMessages ();
#endif /* R5 + Athena */